home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(12) then
- cursor([808, 809])
- set the mouseDownScript to EMPTY
- else
- if rollOver(4) then
- cursor([800, 801])
- set the mouseDownScript to EMPTY
- else
- if rollOver(5) then
- cursor([800, 801])
- set the mouseDownScript to EMPTY
- else
- if (mouseV() > 360) and rollOver(1) then
- cursor([814, 815])
- set the mouseDownScript to "go to frame 45"
- else
- if (mouseH() < 150) and rollOver(1) then
- cursor([814, 815])
- set the mouseDownScript to "go to frame 45"
- else
- if rollOver(1) then
- cursor([800, 801])
- set the mouseDownScript to EMPTY
- else
- cursor(-1)
- set the mouseDownScript to EMPTY
- end if
- end if
- end if
- end if
- end if
- end if
- end
-